Contribution sample.cas2.login--authenticators
In component sample.cas2.login
sample.cas2.login
inside nuxeo-runtime-6.0.jar
This contribution is part of XML component Extension Point
Extension point authenticators of component PluggableAuthenticationService.Contributed Items
XML Source
<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
<authenticationPlugin name="CAS2_AUTH">
<needStartingURLSaving>true</needStartingURLSaving>
<loginModulePlugin>Trusting_LM</loginModulePlugin>
<parameters>
<parameter name="appURL">http://localhost:8080/nuxeo/nxstartup.faces</parameter>
<parameter name="serviceLoginURL">http://127.0.0.1:8080/cas/login</parameter>
<parameter name="logoutURL">http://127.0.0.1:8080/cas/logout</parameter>
<parameter name="serviceValidateURL">http://127.0.0.1:8080/cas/serviceValidate</parameter>
<parameter name="serviceKey">service</parameter>
<parameter name="ticketKey">ticket</parameter>
</parameters>
</authenticationPlugin>
<authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.cas2.AnonymousAuthenticatorForCAS2" enabled="true" name="ANONYMOUS_AUTH_FOR_CAS2">
<loginModulePlugin>Trusting_LM</loginModulePlugin>
</authenticationPlugin>
</extension>